|
Create Virtual Machine#3
2013/04/27 |
|
If you've installed Desktop Environment,
it's possible to create a Virtula machine on GUI. This example shows to install CentOS 6 on GUI.
|
|
| [1] | Install virt-manager first. |
|
root@dlp:~# aptitude -y install virt-manager qemu-system hal
|
| [2] | Start X Window System and run 'Virtual Machine Manager', next click PC-icon on the upper left. |
|
| [3] | Specify the name of virtual machine and installation source. This example selects local media. |
|
| [4] | Select Installation media or ISO image, and specify OS type and version. |
|
| [5] | Specify amount of memories and number of virtual CPUs. |
|
| [6] | Specify amount of disks. |
|
| [7] | Open 'Advanced options' and make sure the settings for networking or architecture are correct. |
|
| [8] | CentOS 6 installer starts. |
|
| [9] | Installation finished and CentOS 6 is running. |
|